-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GETP-177 feat: 지원한 프로젝트 목록 조회 기능 구현 #117
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scv1702
requested changes
Aug 13, 2024
src/main/java/es/princip/getp/domain/project/query/dao/ProjectApplicationDao.java
Outdated
Show resolved
Hide resolved
src/main/java/es/princip/getp/domain/project/query/dao/ProjectApplicationQueryDslDao.java
Show resolved
Hide resolved
...in/java/es/princip/getp/domain/project/query/presentation/AppliedProjectQueryController.java
Outdated
Show resolved
Hide resolved
src/main/java/es/princip/getp/domain/project/query/dao/ProjectApplicationQueryDslDao.java
Outdated
Show resolved
Hide resolved
...ava/es/princip/getp/domain/project/query/presentation/AppliedProjectQueryControllerTest.java
Outdated
Show resolved
Hide resolved
@scv1702 |
scv1702
changed the title
GETP-177 feat: 내 프로젝트 지원 목록 조회 기능 구현
GETP-177 feat: 지원한 프로젝트 목록 조회 기능 구현
Aug 19, 2024
scv1702
force-pushed
the
feature/GETP-177
branch
from
August 19, 2024 05:03
3a5898f
to
070c250
Compare
scv1702
approved these changes
Aug 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
scv1702
added a commit
that referenced
this pull request
Sep 12, 2024
* GETP-177 feat: 내 프로젝트 지원 목록 기능 구현 * GETP-177 test: 내 프로젝트 지원 목록 기능 테스트 작성 * GETP-177 fix: 순환 의존성 해결 및 엔드포인트 수정 * GETP-177 test: 순환 의존성 해결 및 엔드 포인트 수정 후 테스트 작성 --------- Co-authored-by: 신찬규(Shin Changyu) <[email protected]> Co-authored-by: Changyu Shin <[email protected]>
scv1702
added a commit
that referenced
this pull request
Sep 12, 2024
* GETP-177 feat: 내 프로젝트 지원 목록 기능 구현 * GETP-177 test: 내 프로젝트 지원 목록 기능 테스트 작성 * GETP-177 fix: 순환 의존성 해결 및 엔드포인트 수정 * GETP-177 test: 순환 의존성 해결 및 엔드 포인트 수정 후 테스트 작성 --------- Co-authored-by: 신찬규(Shin Changyu) <[email protected]> Co-authored-by: Changyu Shin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ 구현한 기능
📢 논의하고 싶은 내용
ProjectApplicationDao
의 관심사로 가지게 하였는데, 다른 아이디어가 있는지 궁금합니다!🎸 기타